forgotten files
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 24 Apr 2006 20:44:22 +0000 (20:44 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 24 Apr 2006 20:44:22 +0000 (20:44 +0000)
gtk/gtkprintoperation-unix.c
gtk/gtkprintoperation.h

index 469e81cc742c8dd0c9b7f1c7a082508823508fdc..ffecd75fc3b7a4c44e88c8b33fc7642dedc66916 100644 (file)
@@ -412,13 +412,11 @@ gtk_print_run_page_setup_dialog (GtkWindow        *parent,
  * @done_cb: a function to call when the user saves the modified page setup
  * @data: user data to pass to @done_cb
  * 
- * Runs a page setup dialog, letting the user modify the values from 
- * @page_setup. 
+ * Runs a page setup dialog, letting the user modify the values from @page_setup. 
  *
- * In contrast to gtk_print_run_page_setup_dialog(), this function
- * returns after showing the page setup dialog on platforms that support
- * this, and calls @done_cb from a signal handler for the ::response
- * signal of the dialog.
+ * In contrast to gtk_print_run_page_setup_dialog(), this function  returns after 
+ * showing the page setup dialog on platforms that support this, and calls @done_cb 
+ * from a signal handler for the ::response signal of the dialog.
  *
  * Since: 2.10
  */
index f6a1f3df08ceb5be5ae44131db0c0aa0b8f4dead..01a7fa59b7fe64bec72f762529533c9fded03c7b 100644 (file)
@@ -139,6 +139,17 @@ GtkPageSetup           *gtk_print_run_page_setup_dialog            (GtkWindow
                                                                    GtkPageSetup       *page_setup,
                                                                    GtkPrintSettings   *settings);
 
+typedef void  (* GtkPageSetupDoneFunc) (GtkPageSetup *page_setup, 
+                                       gpointer      data);
+
+void                    gtk_print_operation_run_async              (GtkPrintOperation    *op,
+                                                                   GtkWindow            *parent);
+void                    gtk_print_run_page_setup_dialog_async      (GtkWindow            *parent,
+                                                                   GtkPageSetup         *page_setup,
+                                                                   GtkPrintSettings     *settings,
+                                                                    GtkPageSetupDoneFunc  done_cb,
+                                                                    gpointer              data);
+
 G_END_DECLS
 
 #endif /* __GTK_PRINT_OPERATION_H__ */